home *** CD-ROM | disk | FTP | other *** search
- G4C
-
- ; GetString
- ; Get a string from user & pass it to $gui $rtn given
-
- ; Use :
- ; GUILOAD GUIS:TOOLS/RTN/GETSTRING Title StartingString Gui Routine
-
- WINBIG 65 109 448 22 ""
- WinType 11110010
- resinfo 8 640 256
- BOX 0 0 0 0 out button
-
- xonload title string gui rtn
- gosub getstring startup
-
- xonreload title string gui rtn
- gosub getstring startup
-
- xRoutine startup
- guiopen getstring
- setwintitle getstring '$title'
- update getstring 1 $string
- setgad getstring 1 ON
-
- xonclose
- if $string > ' '
- gosub $gui $rtn '$getstring/string'
- endif
- ; guiquit getstring
-
- XTEXTIN 3 3 409 17 "" string "" 150
- gadid 1
- guiclose #this
-
- XBUTTON 414 3 28 17 "Ok" ; finished editing
- guiclose #this
-
-
-
-
-